home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / ExtrasLib.lha / ExtrasLib / Include / clib / extras / intuition_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  415 b   |  20 lines

  1. #ifndef CLIB_EXTRAS_INTUITION_PROTOS_H
  2. #define CLIB_EXTRAS_INTUITION_PROTOS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. #ifndef INTUITION_INTUITION_H
  9. #include <intuition/intuition.h>
  10. #endif
  11.  
  12. LONG EZReq(struct Window *Win,
  13.            ULONG *IDCMP_ptr,
  14.            STRPTR Title,
  15.            STRPTR Text,
  16.            STRPTR ButtonText,
  17.            ULONG Arg, ...);
  18.  
  19. #endif /* CLIB_EXTRAS_INTUITION_PROTOS_H */
  20.